home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1990: Night of the Living Disc / Night of the Living Disc.hdv / Dev.CD.5 / Tools / APW.Interfaces / AInclude / E16.Types < prev    next >
Encoding:
Text File  |  1990-06-30  |  500 b   |  32 lines  |  [04] ASCII Text (0x0000)

  1. ; File:  E16.Types
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8.   AIF  C:noError,.past
  9. noError GEQU $0000
  10. .past
  11. refIsPointer GEQU $0000
  12. refIsHandle GEQU $0001
  13. refIsResource GEQU $0002
  14. refIsNewHandle GEQU $0003
  15. ; offset constants for Point
  16. ov GEQU 0
  17. oh GEQU 2
  18. ; offset constants for Rect
  19. ov1 GEQU 0
  20. oh1 GEQU 2
  21. ov2 GEQU 4
  22. oh2 GEQU 6
  23. ; offset constants for TimeRec
  24. osecond GEQU 0
  25. ominute GEQU 1
  26. ohour GEQU 2
  27. oyear GEQU 3
  28. oday GEQU 4
  29. omonth GEQU 5
  30. oextra GEQU 6
  31. oweekDay GEQU 7
  32.